home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 October / PCWorld_2005-10_cd.bin / software / topware / klite / klmcodec136.exe / {tmp} / klmcpuim.exe / install_script.iss
Text File  |  2005-08-10  |  15KB  |  199 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=K-Lite Mega Codec Pack Unattended Install Maker
  5. AppVerName=K-Lite Mega Codec Pack Unattended Install Maker
  6. AppId=KLiteCodecPack
  7. AppVersion=1.36
  8. DefaultDirName={pf}\K-Lite Codec Pack
  9. DefaultGroupName=K-Lite Codec Pack
  10. OutputBaseFilename=klmcpuim
  11. Compression=none
  12. Uninstallable=no
  13. PrivilegesRequired=none
  14. InfoBeforeFile=embedded\InfoBefore.rtf
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{code_getSourceDir}\klmcp.bat"; DestDir: "{code:getSourceDir}"; Flags: ignoreversion 
  20. Source: "{tmp}\dummy,1"; DestDir: "{tmp}"; DestName: "dummy"; Components: player\mpclassic AND NOT player\mpclassic; Flags: deleteafterinstall dontcopy 
  21. Source: "{tmp}\dummy,2"; DestDir: "{tmp}"; DestName: "dummy"; Components: qt\codec AND NOT qt\codec; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\dummy,3"; DestDir: "{tmp}"; DestName: "dummy"; Components: real\codec AND NOT real\codec; Flags: deleteafterinstall dontcopy 
  23.  
  24. [Icons]
  25. Name: "{group}\test"; Filename: "{app}"; Components: video AND NOT video; 
  26.  
  27. [Tasks]
  28. Name: "icons"; Description: "Additional icons:"; Components: "player\mpclassic"; 
  29. Name: "icons\bsplayerdesktop"; Description: "Create desktop icon for BSplayer"; Components: "player\bsplayer"; 
  30. Name: "icons\mpcdesktop"; Description: "Create desktop icon for Media Player Classic"; Components: "player\mpclassic"; 
  31. Name: "icons\bsplayerquicklaunch"; Description: "Create QuickLaunch icon for BSplayer"; Components: "player\bsplayer"; 
  32. Name: "icons\mpcquicklaunch"; Description: "Create QuickLaunch icon for Media Player Classic"; Components: "player\mpclassic"; 
  33. Name: "fa_mpc"; Description: "Make Media Player Classic the default player for:"; Components: "player\mpclassic"; 
  34. Name: "fa_mpc\avi"; Description: ".avi"; Components: "player\mpclassic"; 
  35. Name: "fa_mpc\mpeg"; Description: "MPEG"; Components: "player\mpclassic"; 
  36. Name: "fa_mpc\wmv"; Description: "Windows Media (.wmv)"; Components: "player\mpclassic"; 
  37. Name: "fa_mpc\ogm"; Description: "Ogg (.ogm)"; Components: "player\mpclassic"; 
  38. Name: "fa_mpc\mkv"; Description: "Matroska (.mkv)"; Components: "player\mpclassic"; 
  39. Name: "fa_mpc\mp4"; Description: ".mp4"; Components: "player\mpclassic AND (filters\mp4 OR video\3ivx\dec)"; 
  40. Name: "fa_mpc\qt"; Description: "QuickTime (.mov etc)"; Components: "player\mpclassic"; 
  41. Name: "fa_mpc\real"; Description: "RealMedia (.rm .ram .rmvb etc)"; Components: "player\mpclassic"; 
  42. Name: "fa_wmp"; Description: "Make Windows Media Player the default player for:"; Components: "NOT player\mpclassic AND (filters\mp4 OR video\3ivx\dec OR filters\matroska OR filters\ogg OR (qt\directshow AND qt\codec) OR (real\directshow AND real\codec))"; 
  43. Name: "fa_wmp\ogm"; Description: "Ogg (.ogm)"; Components: "NOT player\mpclassic AND filters\ogg"; 
  44. Name: "fa_wmp\mkv"; Description: "Matroska (.mkv)"; Components: "NOT player\mpclassic AND filters\matroska"; 
  45. Name: "fa_wmp\mp4"; Description: ".mp4"; Components: "NOT player\mpclassic AND (filters\mp4 OR video\3ivx\dec)"; 
  46. Name: "fa_wmp\qt"; Description: "QuickTime (.mov etc)"; Components: "qt\directshow AND qt\codec AND NOT player\mpclassic"; 
  47. Name: "fa_wmp\real"; Description: "RealMedia (.rm .ram .rmvb etc) (Note: WMP can only play RealMedia files from your harddrive, it will NOT be able to play streaming RealMedia content)"; Components: "real\directshow AND real\codec AND NOT player\mpclassic"; 
  48. Name: "ff"; Description: "ffdshow configuration:"; Components: "ffdshow\newconfig"; 
  49. Name: "ff\video"; Description: "Decode the following video formats with ffdshow:"; Components: "ffdshow\newconfig"; 
  50. Name: "ff\video\other"; Description: "Some video formats for which KLMCP doesn't have codecs/filters"; Components: "ffdshow\newconfig"; 
  51. Name: "ff\video\divx"; Description: "DivX"; Components: "ffdshow\newconfig AND NOT video\divx\dec"; 
  52. Name: "ff\video\xvid"; Description: "XviD"; Components: "ffdshow\newconfig AND NOT video\xvid\dec"; 
  53. Name: "ff\video\mpeg4"; Description: "MPEG-4 (excluding DivX and XviD)"; Components: "ffdshow\newconfig AND video\3ivx\dec"; 
  54. Name: "ff\video\mpeg4"; Description: "MPEG-4 (excluding DivX and XviD)"; Components: "ffdshow\newconfig AND NOT video\3ivx\dec"; 
  55. Name: "ff\video\h264"; Description: "H.264"; Components: "ffdshow\newconfig"; 
  56. Name: "ff\video\mpeg2"; Description: "MPEG-2"; Components: "ffdshow\newconfig AND NOT video\mpeg2\dec"; 
  57. Name: "ff\video\capture"; Description: "asv1/2, vcr1, dv"; Components: "ffdshow\newconfig"; 
  58. Name: "ff\audio"; Description: "Decode the following audio formats with ffdshow:"; Components: "ffdshow\newconfig"; 
  59. Name: "ff\audio\other"; Description: "Some audio formats for which KLMCP doesn't have codecs/filters"; Components: "ffdshow\newconfig"; 
  60. Name: "ff\audio\aac"; Description: "AAC"; Components: "ffdshow\newconfig AND NOT (audio\3ivx\dec OR audio\aac)"; 
  61. Name: "ff\audio\ac3"; Description: "AC3"; Components: "ffdshow\newconfig AND NOT (audio\ac3\070b OR audio\ac3\101a)"; 
  62. Name: "ff\audio\dts"; Description: "DTS"; Components: "ffdshow\newconfig AND NOT audio\ac3\101a"; 
  63. Name: "ff\audio\mp2"; Description: "MP1, MP2"; Components: "ffdshow\newconfig"; 
  64. Name: "ff\audio\mp3"; Description: "MP3"; Components: "ffdshow\newconfig AND NOT audio\mp3"; 
  65. Name: "ff\audio\tta"; Description: "True Audio"; Components: "ffdshow\newconfig"; 
  66. Name: "ff\filter"; Description: "Filters:"; Components: "ffdshow\newconfig"; 
  67. Name: "ff\filter\postproc"; Description: "Enable postprocessing by default"; Components: "ffdshow\newconfig"; 
  68. Name: "ff\filter\normalize"; Description: "Enable volume normalization by default"; Components: "ffdshow\newconfig"; 
  69.  
  70. [Components]
  71. Name: "player"; Description: "Players"; 
  72. Name: "player\bsplayer"; Description: "BSplayer"; Types: "profile7"; 
  73. Name: "player\mpclassic"; Description: "Media Player Classic"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  74. Name: "video"; Description: "Video"; 
  75. Name: "video\divx"; Description: "DivX Pro [version 5.2.1]"; 
  76. Name: "video\divx\dec"; Description: "Decoding"; Types: "profile1 playback profile4 profile7"; 
  77. Name: "video\divx\enc"; Description: "Encoding"; Types: "profile1 profile7"; 
  78. Name: "video\xvid"; Description: "XviD [version 1.0.3]"; 
  79. Name: "video\xvid\dec"; Description: "Decoding"; Types: "profile1 playback profile4 profile7"; 
  80. Name: "video\xvid\enc"; Description: "Encoding"; Types: "profile1 profile7"; 
  81. Name: "video\3ivx"; Description: "3ivX Pro [version D4 4.5.1]"; 
  82. Name: "video\3ivx\dec"; Description: "Decoding"; Types: "profile1 playback profile4 profile7"; 
  83. Name: "video\3ivx\enc"; Description: "Encoding"; Types: "profile1 profile7"; 
  84. Name: "video\wmv9vcm"; Description: "Windows Media 9 VCM"; Types: "profile1 playback profile7"; 
  85. Name: "video\vp3"; Description: "On2 VP3"; Types: "profile1 playback profile7"; 
  86. Name: "video\vp6"; Description: "On2 VP6"; 
  87. Name: "video\vp6\dec"; Description: "Decoding"; Types: "profile1 playback profile7"; 
  88. Name: "video\vp6\enc"; Description: "Encoding"; Types: "profile1 profile7"; 
  89. Name: "video\vp7"; Description: "On2 VP7"; 
  90. Name: "video\vp7\dec"; Description: "Decoding"; Types: "profile1 playback profile7 profile8"; 
  91. Name: "video\vp7\enc"; Description: "Encoding"; Types: "profile1 profile7"; 
  92. Name: "video\indeo"; Description: "Indeo"; 
  93. Name: "video\indeo\5"; Description: "Ligos Indeo 5.2"; Types: "profile7"; 
  94. Name: "video\indeo\4"; Description: "Intel Indeo 4.5"; Types: "profile7"; 
  95. Name: "video\indeo\32"; Description: "Intel Indeo 3.2"; Types: "profile7"; 
  96. Name: "video\i263"; Description: "Intel I.263"; Types: "profile7"; 
  97. Name: "video\huffyuv"; Description: "huffyuv"; Types: "profile7"; 
  98. Name: "video\msmpeg4"; Description: "MS MPEG-4"; Types: "profile1 playback profile7"; 
  99. Name: "video\divxmpeg4"; Description: "DivX ;) MPEG-4 Low and Fast motion"; 
  100. Name: "video\dvd"; Description: "Cyberlink DVD decoder"; MinVersion: 0.0,5.01; 
  101. Name: "video\mpeg2"; Description: "MPEG-2"; 
  102. Name: "video\mpeg2\splt"; Description: "Demuxer (splitter)"; 
  103. Name: "video\mpeg2\splt\ec"; Description: "Elecard"; 
  104. Name: "video\mpeg2\splt\mc"; Description: "MainConcept"; 
  105. Name: "video\mpeg2\splt\lg"; Description: "Ligos"; 
  106. Name: "video\mpeg2\dec"; Description: "Decoder"; 
  107. Name: "video\mpeg2\dec\lg"; Description: "Ligos (video/audio)"; 
  108. Name: "video\mpeg2\dec\cl"; Description: "CyberLink (video)"; 
  109. Name: "video\mpeg2\dec\mc"; Description: "MainConcept (video/audio)"; 
  110. Name: "qt"; Description: "QuickTime Alternative"; 
  111. Name: "qt\codec"; Description: "QuickTime codecs"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  112. Name: "qt\codec\browser"; Description: "QuickTime plugin for Firefox/Mozilla/Netscape/Opera"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  113. Name: "qt\codec\plugins"; Description: "Extra QuickTime plugins"; Types: "profile1 playback alternatives profile6 profile7 profile8"; 
  114. Name: "qt\directshow"; Description: "QuickTime DirectShow filter"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  115. Name: "real"; Description: "Real Alternative"; 
  116. Name: "real\codec"; Description: "RealMedia codecs"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  117. Name: "real\codec\browser"; Description: "RealMedia plugin for Firefox/Mozilla/Netscape/Opera"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  118. Name: "real\directshow"; Description: "RealMedia DirectShow splitter"; Types: "profile1 playback profile4 alternatives profile6 profile7 profile8"; 
  119. Name: "real\clearsettings"; Description: "Clear existing settings"; 
  120. Name: "audio"; Description: "Audio"; 
  121. Name: "audio\mp3"; Description: "MP3"; Types: "profile1 playback profile4 profile7"; 
  122. Name: "audio\ac3"; Description: "AC3 (ACFilter)"; Types: "profile1 playback profile4 profile7"; 
  123. Name: "audio\ac3\070b"; Description: "v0.70b"; 
  124. Name: "audio\ac3\101a"; Description: "v1.01a"; Types: "profile1 playback profile4 profile7"; 
  125. Name: "audio\ac3\boostvolume"; Description: "Boost AC3 volume"; Types: "profile7"; 
  126. Name: "audio\ac3acm"; Description: "AC3 (ACM)"; Types: "profile1 playback profile7"; 
  127. Name: "audio\vorbis"; Description: "Vorbis (CoreVorbis)"; Types: "profile1 playback profile4 profile7 profile8"; 
  128. Name: "audio\aac"; Description: "AAC (CoreAAC)"; 
  129. Name: "audio\3ivx"; Description: "AAC (3ivx Pro)"; 
  130. Name: "audio\3ivx\dec"; Description: "Decoding"; Types: "profile1 playback profile4 profile7"; 
  131. Name: "audio\3ivx\enc"; Description: "Encoding"; 
  132. Name: "audio\musepack"; Description: "MusePack"; Types: "profile1 playback profile7"; 
  133. Name: "audio\ape"; Description: "Monkey's Audio"; Types: "profile1 playback profile7"; 
  134. Name: "audio\wavpack"; Description: "WavPack"; Types: "profile1 playback profile7"; 
  135. Name: "audio\flac"; Description: "FLAC"; Types: "profile1 playback profile7"; 
  136. Name: "audio\voxware"; Description: "Voxware MetaSound"; 
  137. Name: "audio\divxwma"; Description: "DivX ;) Audio"; 
  138. Name: "audio\mp3lame"; Description: "LAME MP3 Encoder"; Types: "profile1 profile7"; 
  139. Name: "filters"; Description: "Other DirectShow Filters"; 
  140. Name: "filters\mp4"; Description: "MP4 splitter"; Types: "profile1 playback profile4 profile7 profile8"; 
  141. Name: "filters\ogg"; Description: "Ogg splitter (.OGM/.OGG)"; 
  142. Name: "filters\ogg\oggds"; Description: "made by Tobias"; Types: "profile1 playback profile7"; 
  143. Name: "filters\ogg\gabest"; Description: "made by Gabest"; 
  144. Name: "filters\matroska"; Description: "Matroska splitter (.MKV)"; 
  145. Name: "filters\matroska\gabest"; Description: "made by Gabest"; Types: "profile1 playback"; 
  146. Name: "filters\matroska\haali"; Description: "made by Haali"; Types: "profile7 profile8"; 
  147. Name: "filters\matroskamuxer"; Description: "Matroska muxer"; 
  148. Name: "filters\vsfilter"; Description: "DirectVobSub"; 
  149. Name: "filters\vsfilter\233"; Description: "v2.33"; Types: "profile1 playback profile7"; 
  150. Name: "filters\vsfilter\236"; Description: "v2.36"; Types: "profile8"; 
  151. Name: "filters\shoutcast"; Description: "SHOUTcast Source"; 
  152. Name: "filters\matrixmixer"; Description: "Matrix Mixer"; Types: "profile7"; 
  153. Name: "filters\mmswitch"; Description: "Morgan Multimedia Stream Switcher"; 
  154. Name: "filters\dcdsp"; Description: "DC-DSP"; 
  155. Name: "ffdshow"; Description: "ffdshow"; Types: "profile6 profile7 profile8"; 
  156. Name: "ffdshow\keepconfig"; Description: "Keep current settings"; Types: "profile6"; 
  157. Name: "ffdshow\newconfig"; Description: "Customize settings"; Types: "profile7 profile8"; 
  158. Name: "ffdshow\vfw"; Description: "VFW encoder"; Types: "profile8"; 
  159. Name: "tools"; Description: "Tools"; 
  160. Name: "tools\gspot"; Description: "GSpot Codec Information Appliance"; Types: "profile1 playback profile4 profile7 profile8"; 
  161. Name: "tools\sherlock"; Description: "Sherlock"; Types: "profile1 playback profile7 profile8"; 
  162. Name: "tools\vobsubstrip"; Description: "VobSubStrip"; Types: "profile1 playback profile4 profile7 profile8"; 
  163. Name: "tools\graphedit"; Description: "GraphEdit"; Types: "profile1 playback profile7 profile8"; 
  164. Name: "tools\avifixed"; Description: "AVI Fixed"; Types: "profile1 playback profile7"; 
  165. Name: "tools\fourcc"; Description: "FourCC Changer"; Types: "profile1 playback profile7"; 
  166. Name: "tools\minicalc"; Description: "Bitrate Calculator"; Types: "profile1"; 
  167. Name: "compat"; Description: "Compatibility"; 
  168. Name: "compat\g400"; Description: "Disable G400 filter"; Types: "profile1 playback profile4 profile7"; 
  169. Name: "compat\divxaf"; Description: "Disable DivX Anti-Freeze"; Types: "profile1 playback profile4 profile7"; 
  170. Name: "compat\ivideo"; Description: "Disable InterVideo MPEG-4 Decoder"; Types: "profile1 playback profile4 profile7"; 
  171. Name: "compat\dshow"; Description: "Register main DirectShow filters"; Types: "profile1 playback profile4"; 
  172.  
  173. [Types]
  174. Name: "profile1"; Description: "Profile 1: Default"; 
  175. Name: "playback"; Description: "Profile 2: Playback Only"; 
  176. Name: "custom"; Description: "Profile 3: Custom Selection"; 
  177. Name: "profile4"; Description: "Profile 4: Minimalistic"; 
  178. Name: "alternatives"; Description: "Profile 5: MPC + QT/Real Alternative"; 
  179. Name: "profile6"; Description: "Profile 6: MPC + QT/Real Alternative + ffdshow"; 
  180. Name: "profile7"; Description: "Profile 7: Power user (Lots of stuff)"; 
  181. Name: "profile8"; Description: "Profile 8: Power user (Recommended)"; 
  182. Name: "nothing"; Description: "Deselect all"; 
  183.  
  184. [CustomMessages]
  185. en.NameAndVersion=%1 version %2
  186. en.AdditionalIcons=Additional icons:
  187. en.CreateDesktopIcon=Create a &desktop icon
  188. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  189. en.ProgramOnTheWeb=%1 on the Web
  190. en.UninstallProgram=Uninstall %1
  191. en.LaunchProgram=Launch %1
  192. en.AssocFileExtension=&Associate %1 with the %2 file extension
  193. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  194.  
  195. [Languages]
  196. ; These files are stubs
  197. ; To achieve better results after recompilation, use the real language files
  198. Name: "en"; MessagesFile: "embedded\en.isl"; 
  199.